|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
AaaProcess holds and manipulates the AAA process. More...
Public Member Functions | |
| Aaa::EAuthMethod | getAuthMethodAt (string, int) |
| Returns the authentication method at the given index in the list. More... | |
| void | remAuthListByName (string) |
| Removes a configured authentication list from the process. More... | |
Public Member Functions inherited from Process | |
| Device | getOwnerDevice () |
| Returns the device for this process. More... | |
AaaProcess holds and manipulates the AAA process.
| Aaa::EAuthMethod AaaProcess::getAuthMethodAt | ( | string | , |
| int | |||
| ) |
Returns the authentication method at the given index in the list.
| listName,the | authentication list name to inquire about ('default' is a built-in list) |
| methodIndex,the | index into the list. |
| void AaaProcess::remAuthListByName | ( | string | ) |
Removes a configured authentication list from the process.
| name,the | name of the authentication list to remove. |